home *** CD-ROM | disk | FTP | other *** search
- Maths Operators
- Currently EasyCalc supports the following operators:
-
- (,)
- ^
- *,/,<,>,>=,<=,<>
- +,-
-
- These are in order of priority. For example, 10+2*3
- would give the answer, 16 and not 36. This is
- because the evaluator will calculate the * before
- the +. You can force the order of the expression by
- using brackets. So to get 60 in the equation above
- you would use, (10+2)*3.
- *
- Glossary
- glossary.help
- Using Functions
- usefunc.help